home *** CD-ROM | disk | FTP | other *** search
/ Grafik Collection 1 / Grafik Collection 1.iso / setup < prev    next >
Text File  |  1994-06-13  |  333b  |  21 lines

  1. .K ""
  2. echo "This script will add the :C and :Libs directories of this CD-ROM"
  3.  
  4. FailAt 20
  5.  
  6. ask "Wollen Sie weitermachen? [y/n]"
  7. if not warn
  8.     skip NoInstall
  9. endif
  10.  
  11. assign C:   :C add
  12. assign LIBS:   :Libs add
  13.  
  14. echo "*nAlles Klar  Click close gadget"
  15. endcli > nil:
  16.  
  17. lab NoInstall
  18. echo "*nEnde ...   Click close gadget"
  19. endcli > nil:
  20.  
  21.